BASIC ALGEBRA with MATLAB by BOOKS SCIENTIFIC

BASIC ALGEBRA with MATLAB by BOOKS SCIENTIFIC

Author:BOOKS, SCIENTIFIC [BOOKS, SCIENTIFIC]
Language: eng
Format: azw3
Published: 2016-01-02T16:00:00+00:00


rewrite(sinhcosh):

(12/a + 6/a^2 + 1/a^3 + 8)^(1/3)

rewrite (tan):

(12/a + 6/a ^ 2 + 1/a ^ 3 + 8) ^(1/3)

mwcos2sin:

(12/a + 6/a ^ 2 + 1/a ^ 3 + 8) ^(1/3)

collect(a):

(12/a + 6/a^2 + 1/a^3 + 8)^(1/3)

ans =

1/a + 2

>> g=simple(f)

g =

1/a + 2

collect (expr)

Groups terms of the expression together into powers of its variables.

>> syms x;

f = x*(x*(x - 6) + 11) - 6;

>> collect(f)

ans =

x^3 - 6*x^2 + 11*x – 6

>> f = (1+x)*t + x*t;

>> collect(f)

ans =



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.